Skip to content

wasm: increase the maximum number of WasmVMs when using V8.#19763

Merged
lizan merged 1 commit intoenvoyproxy:mainfrom
PiotrSikora:wee8-more_plugins
Feb 2, 2022
Merged

wasm: increase the maximum number of WasmVMs when using V8.#19763
lizan merged 1 commit intoenvoyproxy:mainfrom
PiotrSikora:wee8-more_plugins

Conversation

@PiotrSikora
Copy link
Copy Markdown
Contributor

@PiotrSikora PiotrSikora commented Feb 1, 2022

New features in V8 severely limited the maximum number of WasmVMs
that can be created in a single process, so disable them for now.

See: https://bugs.chromium.org/p/v8/issues/detail?id=12592

This increases the maximum number of WasmVMs from 268 to 6,479.

Fixes #19720.

Signed-off-by: Piotr Sikora piotrsikora@google.com

New features in V8 severely limited the maximum number of WasmVMs
that can be created in a single process, so disable them for now.

See: https://bugs.chromium.org/p/v8/issues/detail?id=12592

This increases the maximum number of WasmVMs from 268 to 6,479.

Fixes envoyproxy#19720.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
@lizan lizan merged commit b68d277 into envoyproxy:main Feb 2, 2022
joshperry pushed a commit to joshperry/envoy that referenced this pull request Feb 13, 2022
…xy#19763)

New features in V8 severely limited the maximum number of WasmVMs
that can be created in a single process, so disable them for now.

See: https://bugs.chromium.org/p/v8/issues/detail?id=12592

This increases the maximum number of WasmVMs from 268 to 6,479.

Fixes envoyproxy#19720.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Josh Perry <josh.perry@mx.com>
phlax pushed a commit to phlax/envoy that referenced this pull request Nov 15, 2022
…xy#19763)

New features in V8 severely limited the maximum number of WasmVMs
that can be created in a single process, so disable them for now.

See: https://bugs.chromium.org/p/v8/issues/detail?id=12592

This increases the maximum number of WasmVMs from 268 to 6,479.

Fixes envoyproxy#19720.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
phlax pushed a commit that referenced this pull request Nov 18, 2022
New features in V8 severely limited the maximum number of WasmVMs
that can be created in a single process, so disable them for now.

See: https://bugs.chromium.org/p/v8/issues/detail?id=12592

This increases the maximum number of WasmVMs from 268 to 6,479.

Fixes #19720.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v8 runtime crashed when creating lots of wasm vms

2 participants